home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / sd_400.zip / README.SD < prev    next >
Text File  |  1993-03-30  |  7KB  |  168 lines

  1.  
  2. Thank you for evaluating StupenDOS 4.0.
  3.  
  4. If you find StupenDOS useful, please register the software.  The file
  5. ORDER.SD contains an order form.  StupenDOS is only $35 + shipping.
  6.  
  7.                                         Douglas Hay
  8.                                         President
  9.                                         Eclipse Technologies, Inc.
  10.  
  11. New Features:
  12. -------------
  13.         * Support for PKZIP 2.x
  14.  
  15.         * Pressing TAB from the COPY/MOVE or DOS CALL windows will 
  16.           guess at filenames for you.  For example, if you want to 
  17.           copy to \WINDOWS, type in
  18.  
  19.           \W
  20.  
  21.           and press TAB.  Pressing TAB again will display the next match.
  22.  
  23.         * SD detects if you change windows and a new floppy disk was 
  24.           inserted and asks you if you would like to reread the disk.
  25.  
  26.         * The USR code 4008 has been added.  This allows you to specify 
  27.           what filespec is deleted from the entire drive.  It work as 
  28.           follows:
  29.  
  30.           USR: DelPass;4008;*.TMP
  31.  
  32.           This would delete all .TMP files from the current drive.
  33.  
  34.         * Nearly every key is now programmable.  The ALT keys used for 
  35.           the PullDown menus are not programmable, but most every other
  36.           key is.  See the SD.PRO file for examples.
  37.  
  38.         * In the Tree, pressing SHIFT UPARROW or SHIFT DOWNARROW, will 
  39.           go up or down to the directory that is at that level.  For 
  40.           example, if you are in the \123 directory, which has MACROS 
  41.           as a subdirectory, pressing SHIFT DOWNARROW will skip the 
  42.           subdirectories of \123, and locate itself on the next 
  43.           subdirectory of the root directory.
  44.  
  45.         * File Finder - pressing ENTER will change to the directory 
  46.           where the highlighted file is located.
  47.  
  48.         * Left Handed Mouse capability has been added to the Mouse 
  49.           Setup Window.
  50.  
  51.         * You can now configure if StupenDOS will write itself to 
  52.           memory before running external programs.  You can also specify 
  53.           what type of memory to use (XMS, EMS, UMA, or even disk).
  54.  
  55.         * Running an external DOS command will use the colors present 
  56.           when StupenDOS was first run.
  57.  
  58.         * SD can be configured to locate the file cursor on the directory 
  59.           you exited when pressing ENTER on "..".  For example, if you are 
  60.           in the \UTIL\SD directory, and you change to the \UTIL directory, 
  61.           SD will automatically highlight the SD directory.  This option 
  62.           can also be disabled.
  63.  
  64.         * When opening a second file Window, SD can be configured to open 
  65.           the second window in the highlighted directory.  If this option 
  66.           is disabled, the default directory will be displayed in the 
  67.           second window.
  68.  
  69.         * The TREE display can be displayed in sorted order.
  70.  
  71.         * You can now sort the files in the filelist by file tags.
  72.  
  73.         * The PKZIP and PKUNZIP screens now display ZIP File Comments.
  74.  
  75.         * Added a "Select All Drives" option in the File Finder and
  76.           Reread Tree screens.
  77.  
  78.         * Added a "Bytes Used" indicator in the TREE.  Rather than 
  79.           showing the % occupied, you can display the bytes used.  
  80.           Press '%' to toggle.  If you then save the setup, this will 
  81.           become permanent.
  82.  
  83.         * Pressing '=' in the tree screen will show detailed information 
  84.           about the highlighted directory and its subdirectories.  Very 
  85.           useful for big hard disks.
  86.  
  87.         * Added an option for DesqView users that makes StupenDOS DV aware.
  88.  
  89.         * Mouse clicking is now configurable!  You can select single or 
  90.           double clicks from the SETUP | MOUSE OPTIONS screen.
  91.  
  92.         * Added USR options for sorting, and for copying and moving to 
  93.           the other window.
  94.  
  95.         * Made the PKZIP screen quicker to use.
  96.  
  97.         * Added a COMPARE FILE option.  Allows you to compare by many 
  98.           different methods (TIME/DATE, SIZE, CONTENTS, Etc).
  99.  
  100.         * You can now tag multiple files by dragging the mouse over the 
  101.           desired files.
  102.  
  103.         * You can now scroll the filelist by dragging the scroll marker.
  104.  
  105.         * Added %t to the list of things you can pass to an external 
  106.           program.  This passes a list of the tagged files.  If you 
  107.           wanted to pass two names to the program AWESOME.EXE, you could 
  108.           add the following to SD.PRO.
  109.  
  110.           USR: AWESOME;;AWESOME %t
  111.  
  112.           %T uses tagged files from the other window if it is open.
  113.  
  114.         * Enabled more mouse handling in the FileFinder.  A double click 
  115.           will exit the File Finder and change directory to the directory 
  116.           where that file is located.
  117.  
  118.         * If you start SD in 50 line mode, running a DOS call would put 
  119.           the video in 25 line mode.  This has been fixed.  SD will now 
  120.           put the video in the same mode it was in before SD was started.
  121.  
  122.         * Added OTHER and BOTH to the "Reread after ZIP/UNZIP" option in 
  123.           the setup.
  124.  
  125.         * Added LOCATEFILEDIR 11546 to the accepted SD.PRO values.  This 
  126.           works like LOCATE, but will also search for directories.  To 
  127.           make ALT '/' invoke this, use    
  128.           
  129.           k:309;11546;
  130.  
  131. Bug Fixes, enhancements:
  132. ------------------------
  133.         - Reading the SD.TRE file sometimes omitted directory entries
  134.         - Fixed Problem logging onto unformatted disks
  135.         - Does not pass -e to PKUNZIP (2.x compatible)
  136.         - Use of commas in large numbers
  137.         - If a temporary drive is specified in the setup, this will be 
  138.         - used by PKZIP.
  139.         - The looping command in SD.PRO now works.
  140.         - Edit All Tagged and Type All Tagged now work.
  141.         - The %l in SD.PRO no longer passes a '@' by default.
  142.         - You can reread the tree from the COPY | Select From Tree window.
  143.         - Changing directories in the TREE with the mouse did not update the
  144.           directory information.
  145.         - Some enhanced CGA video boards would make SD think it was an EGA 
  146.           board. This would make SD think that highlighted background 
  147.           colors were legal. To force SD to think your video card is CGA, 
  148.           start SD with the /EGA-option.  To reverse this, start SD with 
  149.           the /EGA+ option.  Make sure you save the setup after using this 
  150.           option.  You will not have to specify it again if you save the 
  151.           setup.
  152.         - Eliminated the delete screen when in NOVICE mode.
  153.         - Fixed the problems with rereading the tree.
  154.         - Prune and graft did not always update the tree display properly.
  155.         - The Mouse speed is now reset after running external programs.
  156.         - The right button of the mouse will now abort a File Find.
  157.         - STAMP TIME did not work on network drives where write access 
  158.           is denied. A error message is now displayed.
  159.         - Using a single digit date or time in the Stamp Time/Date window 
  160.           didn't work properly.
  161.         - Added '1' to use in the USR file to signify a blank line
  162.           USR:;1;
  163.         - Made the mouse locate where it was before running an external 
  164.           program.
  165.         - After a format, the volume label was not displayed properly.
  166.  
  167. ** End Of File
  168.